type github.com/gotd/neo.ticker

6 uses

	github.com/gotd/neo (current package)
		ticker.go#L7: type ticker struct {
		ticker.go#L14: func (t *ticker) C() <-chan time.Time {
		ticker.go#L18: func (t *ticker) Stop() {
		ticker.go#L22: func (t *ticker) Reset(d time.Duration) {
		ticker.go#L29: func (t *ticker) do(now time.Time) {
		time.go#L55: 	tt := &ticker{